This article describes the development of the Android API SMS SMS service processing and access to the method of contact person. Share to everyone for your reference, specific as follows:
The Android API supports the development of applications that can send and receive SMS
1, support mass (if need to bulk multi-number in English comma (,) separated (159..,159))
2, support post or Get method to submit data
The site interface:
Http://api.heqee.com/fetion/?username= fetion Mobile phone number passowrd= fetion phone password to= receiver number message= SMS content
Or
http://api.heqee.com/fetion/?u= fetion Mobile phone number p= fetion phone password t= receiver number m= SMS con
following code is only for the convenience of customer testing and provide the sample code, the customer can according to their own needs to write the code for Learning and research interface only for use, but provides a referenceRequire ' net/http 'Require ' URI 'Require ' JSON 'params = {"Account" = "","Password" = "a.123456",Mobile phone number, format (area code + mobile number), for example: 8615800000000, of which 86 is China's area code"mobile" => "8615800000000", }.to_jsondef send_dat
SMS API ServiceBeijing Connect Technology Co., Ltd. HTTP://WWW.HAOSERVICE.COM/DOCS/17The SMS API Service can send a well-written text message template to multiple designated mobile phone numbers at once .SMS Interface :Url:http://apis.haoservice.com/
SMS API ServiceBeijing Connect Technology Co., Ltd. HTTP://WWW.HAOSERVICE.COM/DOCS/17The SMS API Service can send a well-written text message template to multiple designated mobile phone numbers at once .SMS Interface :Url:http://apis.haoservice.com/
SMS API ServiceBeijing Connect Technology Co., Ltd. HTTP://WWW.HAOSERVICE.COM/DOCS/17The SMS API Service can send a well-written text message template to multiple designated mobile phone numbers at once .SMS Interface :Url:http://apis.haoservice.com/
PHP implementation of the online text messaging, the need for third-party APIs, the following code is called the Textmagic API to achieve the ability to send SMS:
View SOURCEPRINT?01
02//Introducing textmagic PHP Library files
03require (' textmagic-sms-api-php/textmagicapi.php ');
04$username = ' MyUserName ';
05$pas
Provides various official and user-released code examples. For code reference, you are welcome to exchange and learn the Thinkphp Special Edition example of Alibaba big fish API interface (SMS interface ).
In view of the usage of Thinkphp, most users are advised to add Thinkphp special edition.
Address: http://www.thinkphp1.cn/code/1749.html
Official Website of the provider: http://www.alidayu.com/
Sou
SMS API ServiceBeijing Connect Technology Co., Ltd. HTTP://WWW.HAOSERVICE.COM/DOCS/17The SMS API Service can send a well-written text message template to multiple designated mobile phone numbers at once .SMS Interface :Url:http://apis.haoservice.com/
SMS API ServiceBeijing Connect Technology Co., Ltd. HTTP://WWW.HAOSERVICE.COM/DOCS/17The SMS API Service can send a well-written text message template to multiple designated mobile phone numbers at once .SMS Interface :Url:http://apis.haoservice.com/
There are many companies on the Internet providing SMS interface services, such as NetEase cloud letter, Ali greater than and so on. I need to use the SMS service in my project to notify the role, the actual development cycle of three days, complete the configuration, development and use, the total said, Ali is more than the interface provided easy to develop, very convenient,
I want to use a text message API to do a bulk message program, the API is provided by the official submission method as follows:
http://www.xxxx.com/abc?action=senduserid=12
account= account
password= password mobile= 15023239810content= content sendtime=extno=
Open software, users sign up for a free account can send text messages, and send text messages unified use of my
Google Voice does not provide an official API interface, but it can actually be done by means of HTTP and XML requests. Most of the APIs currently available on the Web are ultimately traced to Chad Smith's theme post.
To send SMS through Google Voice, first login to Google Voice account, and then take out the page "_rnr_se" parameters, and finally this parameter and the other cell phone number,
This example of this article for you to share the Java SMS Authentication Code API code, for your reference, the specific content as follows
Import Java.io.BufferedReader;
Import Java.io.DataOutputStream;
Import java.io.IOException;
Import Java.io.InputStream;
Import Java.io.InputStreamReader;
Import java.io.UnsupportedEncodingException;
Import java.net.HttpURLConnection;
Import Java.net.URL;
Import
#!/bin/shAccount and password can is change to what do you wanna!#author Chuanglan#修改为您的accountAccount= ""#修改为您的pwPassword= "a.123456"#手机号码, Format (area code + mobile number), for example: 8615800000000, where 86 is China's area codeMobile= "8615800000000"#设置您要发送的内容msg= "253 Cloud Communication" Your verification code is 123456. If you do not operate, please ignore. "echo "Send SMS:"Url= "Http://intapi.253.com/send/json"Data= "{\" account\ ": \" $acc
1. API parameter description
Parameter variables
Description
GBK Encoded URL
Http://gbk.sms.webchinese.cn/
UTF-8 Encoded URL
Http://utf8.sms.webchinese.cn/
UID
User name of this site (if you do not have the user name of this site, please register first)
Key
Interface security password entered during registration (you can change the security password on the user platform)
Smsmob
D
Fly free SMS API Interface call Way (access to the following URL via HTTP, support get and post): Http://sms.api.bz/fetion.php?username= your mobile flying letter login Mobile phone number password= Your mobile flying Letter login Password sendto= receive the message of the Flying friend mobile phone number (can also be your own mobile phone number) message= SMS
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.